home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presentation Library 1993 Spring / ARPL-Spring-93-Partner-Edition.iso / Applications / Databases / GQL V3.0 Demo / USA Sales Information / USA Sales Information.rsrc / gDEM_22978_Orders < prev    next >
Encoding:
Text File  |  1992-01-27  |  148 b   |  1 lines

  1. select customer.cust_name, customer.cust_city, orders.ord_date, orders.ord_amount from customer, orders  where customer.cust_num = orders.cust_nr ;